Class java.rmi.server.SkeletonNotFoundException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.rmi.server.SkeletonNotFoundException

Object
   |
   +----Throwable
           |
           +----Exception
                   |
                   +----IOException
                           |
                           +----RemoteException
                                   |
                                   +----java.rmi.server.SkeletonNotFoundException

public class SkeletonNotFoundException
extends RemoteException

Constructor Index

 o java.rmi.server.SkeletonNotFoundException(String)
Create a new SkeletonNotFoundException exception with a descriptive string.
 o java.rmi.server.SkeletonNotFoundException(String, Exception)
Create a new SkeletonNotFoundException with a descriptive string and an exception.

Constructors

 o SkeletonNotFoundException
public SkeletonNotFoundException(String s)
Create a new SkeletonNotFoundException exception with a descriptive string.

 o SkeletonNotFoundException
public SkeletonNotFoundException(String s,
                                 Exception ex)
Create a new SkeletonNotFoundException with a descriptive string and an exception.


All Packages  Class Hierarchy  This Package  Previous  Next  Index